home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / listsym < prev    next >
Text File  |  1991-11-22  |  2KB  |  58 lines

  1.  
  2.    15.6 LIST SYMBOL
  3.  
  4.  
  5. The LIST SYMBOL command is used to generate a simple report from symbols in
  6. a drawing consisting of the symbol name and the values of a set of
  7. attributes associated with the symbol. The format of the report generated by
  8. this command is :
  9.  
  10.    sym_name       val_1    val_2    val_3  ...
  11.  
  12. where each successive field contains the value of an attribute associated
  13. with sym_name. Page headers are automatically generated to suit the layout
  14. of the report.  
  15.  
  16.  
  17.    COMMAND FORMAT
  18.  
  19.       #LIST SYMBOL modifiers [cr]
  20.  
  21. A listing of all the symbols that match the input criteria will be generated
  22. and displayed in the console window or to a named output file if the TO
  23. modifier has been used.
  24.  
  25.  
  26.    MODIFIERS
  27.  
  28. TO                The name of an output file for the generated report. If
  29.                   this modifier is not used, the listing generated by the
  30.                   command will be displayed in the console window.
  31.  
  32. SYMBOL            The SYMBOL modifier can be used to find a match or partial
  33.                   match for symbols to be processed by the command. For
  34.                   example, if the command
  35.  
  36.                      #LIST SYMBOL SYMBOL sym/office/ ATTRIBUTE STOCK
  37.  
  38.                   is issued, any symbol in the drawing that exists in the
  39.                   directory "sym/office" will be found. If the SYMBOL
  40.                   modifier is omitted, all symbols in the drawing will be
  41.                   processed.
  42.  
  43. ATTRIBUTE         The name of an attribute that must be found on a valid
  44.                   symbol for the symbol to be included in the report. The
  45.                   value associated with this attribute will be displayed
  46.                   as one of the fields in the report.
  47.  
  48. .FIELDLENGTH      The FIELDLENGTH modifier can be used to specify a field
  49.                   width ( as a maximum number of characters for the field )
  50.                   in the report for the value of attribute specified
  51.                   previously. If FIELDLENGTH is not entered, a default
  52.                   value is 12 characters.
  53.  
  54. LINESPERPAGE      Used to specify the number of lines that make up a page.
  55.                   This value is used to automatically generate the page
  56.                   headers for the report.
  57.  
  58.